projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c876582
)
plat/arm: Remove comment that mentions LOAD_IMAGE_V2
author
Antonio Nino Diaz
<
[email protected]
>
Wed, 19 Dec 2018 17:07:32 +0000
(17:07 +0000)
committer
Antonio Nino Diaz
<
[email protected]
>
Wed, 19 Dec 2018 17:07:32 +0000
(17:07 +0000)
This option was removed in v2.0.
Change-Id: I0c929fddb57d60c5eff9e45dd5ee8c636b28e6c3
Signed-off-by: Antonio Nino Diaz <
[email protected]
>
plat/arm/common/arm_common.mk
patch
|
blob
|
history
diff --git
a/plat/arm/common/arm_common.mk
b/plat/arm/common/arm_common.mk
index 24b61e8163211df153424c174c6dab956aa3e238..bef34adab114735c942d6637ada92e93b7e463cf 100644
(file)
--- a/
plat/arm/common/arm_common.mk
+++ b/
plat/arm/common/arm_common.mk
@@
-290,12
+290,7
@@
endif
endif
-# RECLAIM_INIT_CODE can only be set when LOAD_IMAGE_V2=2 and xlat tables v2
-# are used
ifeq (${RECLAIM_INIT_CODE}, 1)
- ifeq (${LOAD_IMAGE_V2}, 0)
- $(error "LOAD_IMAGE_V2 must be enabled to use RECLAIM_INIT_CODE")
- endif
ifeq (${ARM_XLAT_TABLES_LIB_V1}, 1)
$(error "To reclaim init code xlat tables v2 must be used")
endif